@import "//at.alicdn.com/t/font_1959924_vep3c4i6ynk.css";

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td {
    font-weight: normal;
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
i {
    font: normal 12px Microsoft YaHei, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

ul,
ol,
li {
    list-style: none
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    text-decoration: none
}

img {
    vertical-align: top;
    border: 0
}

button,
input,
textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

div,
a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

html {
    font-size: 100px
}

@media screen and (min-width: 320px) {
    html {
        font-size: 85.33333px
    }
}

@media screen and (min-width: 360px) {
    html {
        font-size: 96px
    }
}

@media screen and (min-width: 375px) {
    html {
        font-size: 100px
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 128px
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 170.66667px
    }
}

@media screen and (min-width: 750px) {
    html {
        font-size: 200px
    }
}

.clearfloat:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' '
}

.clearfloat {
    *zoom: 1
}

.clearboth {
    clear: both
}

.wp {
    width: 1000px;
    margin: 0 auto
}

.checkBrowser {
    font-size: 14px;
    line-height: 40px;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 50%;
    width: 700px;
    height: 40px;
    margin-left: -360px;
    padding: 0 10px;
    color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #e6212a
}

.checkBrowser a {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    color: #333;
    border-radius: 50%;
    background-color: #fff
}

.paged {
    padding-top: 40px;
    text-align: center
}

.paged a,
.paged .p_info,
.paged .current {
    display: inline-block;
    margin: 0 3px 2px;
    padding: 0 18px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    color: #555;
    height: 42px;
    line-height: 42px
}

.paged .current,
.paged a:hover {
    background: #00ada9;
    color: #fff
}

.paged .prev,
.paged .next {
    padding: 0 .275rem
}

@media (max-width: 768px) {

    .paged a,
    .paged .current {
        display: none
    }

    .paged .prev,
    .paged .next {
        display: inline-block
    }
}

.uweb-search {
    width: 1200px;
    max-width: 100%;
    margin: .42rem auto .5rem
}

.uweb-search-input-con {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px
}

.uweb-search-select-con {
    float: left;
    width: 37%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px
}

@media screen and (max-width: 750px) {

    .uweb-search-input-con,
    .uweb-search-select-con {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px
    }
}

.uweb-search-top {
    position: relative;
    margin-bottom: 40px;
    height: 44px;
    width: 100%
}

.uweb-search-top-s .uweb-search-input-con {
    float: left;
    width: 87%
}

@media screen and (max-width: 750px) {
    .uweb-search-top {
        height: auto
    }

    .uweb-search-top-s .uweb-search-input-con {
        width: 100%
    }
}

.uweb-search-top-text {
    float: left;
    width: 80px;
    font-size: 14px;
    color: #666;
    line-height: 44px
}

.uweb-search-top-input {
    margin: 0 0 0 80px;
    height: 44px;
    border: 1px solid #e9e9e9
}

.uweb-search-top-input input {
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 14px;
    padding: 0 20px
}

.uweb-search-top-button {
    float: left;
    width: 13%;
    height: 46px;
    background: #c7000b;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0
}

.uweb-search-top-button:hover {
    opacity: .7
}

@media screen and (max-width: 750px) {
    .uweb-search-top-button {
        float: none;
        width: 100%
    }
}

.uweb-search-top-input2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 80px;
    height: 44px;
    border: 1px solid #e9e9e9
}

.uweb-search-top-input2 input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 14px;
    padding: 0 20px
}

.uweb-search-top-text1 {
    float: left;
    width: 70px;
    font-size: 14px;
    color: #666;
    line-height: 44px
}

.uweb-search-top-select {
    position: relative;
    margin-left: 70px;
    height: 44px;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    color: #999
}

.uweb-search-top-select:after {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #999
}

.uweb-search-top-select select {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100% !important;
    border: 0px;
    padding: 0 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.uweb-search-top-select .customSelect {
    width: 100%;
    height: 100%;
    line-height: 42px;
    padding: 0 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1200px) {
    .uweb-search-top-select {
        float: none;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto
    }
}

.uweb-search-content {
    margin: 40px -12px;
    font-size: 0
}

.uweb-search-content li {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 156px;
    margin-bottom: 30px
}

.uweb-search-content li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e9e9e9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 40px 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.uweb-search-content li a:hover {
    background: #f1f1f1
}

.uweb-search-content li a:hover .text {
    color: #c7000b
}

.uweb-search-content li a:hover .btn {
    background: #c7000b
}

.uweb-search-content li a .text {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden
}

.uweb-search-content li a .time {
    margin-top: 5px;
    font-size: 14px;
    font-family: "Arial";
    color: #999
}

.uweb-search-content li a .btn {
    margin-top: 20px;
    width: 95px;
    height: 28px;
    background: #999;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width: 1200px) {
    .uweb-search-content {
        margin-right: 0;
        margin-left: 0
    }

    .uweb-search-content li:nth-child(2n+1) {
        padding: 0 12px 0 0
    }

    .uweb-search-content li:nth-child(2n) {
        padding: 0 0 0 12px
    }
}

@media screen and (max-width: 480px) {
    .uweb-search-content li {
        float: none;
        width: 100%;
        height: auto
    }

    .uweb-search-content li:nth-child(2n+1),
    .uweb-search-content li:nth-child(2n) {
        padding: 0
    }

    .uweb-search-content li a .text {
        max-height: none
    }
}

.uweb-search-tip-con {
    margin: 40px auto;
    width: 1200px;
    max-width: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5rem;
    text-align: center
}

.uweb-search-tip-con .title {
    font-size: 24px;
    line-height: 1;
    color: #333;
    margin-bottom: 20px
}

.uweb-search-tip-con .tips {
    font-size: 14px;
    color: orange;
    font-weight: bold;
    line-height: 28px;
    width: 900px;
    margin: 0 auto 10px;
    max-width: 100%
}

.uweb-search-tip-con .p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-bottom: 10px
}

.uweb-search-tip-con .num {
    color: red;
    padding: 0 3px;
    text-decoration: underline
}

.uweb-search-tip-con .tip-btn {
    display: block;
    width: 140px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background: red;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 auto;
    cursor: pointer
}

.uweb-search-tip-con .tip-btn:hover {
    background: #f33
}

.tips-popup {
    display: none
}

.tips-popup.show .tips-popup-mask {
    opacity: 1
}

.tips-popup.show .tips-popup-box {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.tips-popup-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.tips-popup-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: table;
    margin: auto;
    table-layout: fixed;
    padding: 18px 24px 8px;
    width: 320px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    z-index: 9001;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

@media screen and (max-width: 414px) {
    .tips-popup-box {
        max-width: -moz-calc(100% - .4rem);
        max-width: calc(100% - .4rem);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

.tips-popup-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px
}

.tips-popup-head .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding-top: 1px;
    line-height: 22px;
    font-size: 16px;
    color: #000
}

.tips-popup-close {
    margin: 5px 0 0 10px;
    width: 14px;
    height: 14px;
    background: url(../images/tips_icon.png) top -130px left no-repeat;
    opacity: .7;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.tips-popup-close:hover {
    opacity: 1
}

.tips-popup-content {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666
}

.tips-popup-footer {
    padding: 4px 0;
    text-align: right;
    font-size: 0
}

.tips-popup-footer li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    padding: 8px 15px;
    line-height: 1;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.tips-popup-footer li:hover {
    opacity: .8
}

.tips-popup-footer .cancle-btn {
    color: #666;
    background-color: #fff;
    border-color: #dcdfe6
}

.tips-popup-footer .submit-btn {
    color: #fff
}

.tips-popup .tips-icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-image: url(../images/tips_icon.png);
    background-repeat: no-repeat
}

.tips-popup .tips-icon-success {
    background-position: 0 -104px
}

.tips-popup .tips-icon-question {
    background-position: 0 -78px
}

.tips-popup .tips-icon-info {
    background-position: 0 -52px
}

.tips-popup .tips-icon-error {
    background-position: 0 -26px
}

.tips-popup .tips-icon-alert {
    background-position: 0 0
}

.tips-popup-icon {
    padding-left: 20px;
    padding-right: 20px
}

.tips-popup-icon .tips-popup-content {
    padding-left: 34px
}

.captcha-title {
    height: 42px;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    background-color: #f3f3f3;
    color: #bbb;
    font-size: 14px;
    letter-spacing: .1px;
    line-height: 42px
}

.captcha-show {
    display: none;
    height: 42px;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    background-color: #f3f3f3
}

.captcha-loading {
    margin: auto;
    width: 70px;
    height: 20px
}

.captcha-loading-dot {
    float: left;
    width: 8px;
    height: 8px;
    margin: 18px 4px;
    background: #ccc;
    border-radius: 50%;
    opacity: 0;
    -webkit-box-shadow: 0 0 2px black;
    box-shadow: 0 0 2px black;
    -webkit-animation: loadingFade 1s infinite;
    -moz-animation: loadingFade 1s infinite;
    animation: loadingFade 1s infinite
}

.captcha-loading-dot:nth-child(2) {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    animation-delay: .1s
}

.captcha-loading-dot:nth-child(3) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s
}

.captcha-loading-dot:nth-child(4) {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s
}

@-webkit-keyframes loadingFade {
    0% {
        opacity: 0
    }

    50% {
        opacity: .8
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes loadingFade {
    0% {
        opacity: 0
    }

    50% {
        opacity: .8
    }

    100% {
        opacity: 0
    }
}

@keyframes loadingFade {
    0% {
        opacity: 0
    }

    50% {
        opacity: .8
    }

    100% {
        opacity: 0
    }
}

#web {
    overflow: hidden
}

.w {
    margin: 0 auto;
    width: 1500px
}

.wp {
    margin: 0 auto;
    width: 1360px
}

@media (max-width: 1580px) {
    .w {
        width: 1360px
    }
}

@media (max-width: 1380px) {

    .w,
    .wp {
        width: 1240px
    }
}

@media (max-width: 1260px) {

    .w,
    .wp {
        width: auto;
        margin: 0 .14rem
    }
}

/* 顶部通知栏 */
.top-notice-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: linear-gradient(90deg, #2e7cff 0%, #1a5fe5 100%);
    z-index: 100;
    display: flex;
    align-items: center;
    padding: 0 7.5% 0 6.77083%;
    overflow: hidden;
}

.notice-content {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    position: relative;
}

.typewriter-text {
    display: inline-block;
}

.cursor {
    display: inline-block;
    color: #fff;
    animation: blink 1s infinite;
    margin-left: 2px;
    font-weight: 100;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

header {
    position: fixed;
    top: 36px;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 0 7.5% 0 6.77083%;
    background-image: url(../images/toubu-bg_01.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

header h1 {
    float: left;
    margin-top: 22px
}

header .nav {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .nav li a {
    position: relative;
    display: block;
    padding: 30px 22px;
    font-size: 16px;
    font-weight: 700;
    color: #555
}

header .nav li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 8px;
    background-color: #c5c5c5
}

header .nav li:first-child a {
    padding: 30px 40px
}

header .nav li:first-child a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 8px;
    background-color: #c5c5c5
}

header .nav li:hover a,
header .nav .on a {
    color: #00ada9
}

header .form {
    padding: 0 20px 0 30px
}

header .form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 210px;
    height: 40px;
    border: 1px solid #00ada9;
    border-radius: 2px
}

header .form form input {
    padding-left: 13px;
    width: 170px;
    border: 0;
    background-color: rgba(0, 0, 0, 0)
}

header .form form button {
    width: 40px;
    border: 0;
    border-left: 1px solid #d4e9e8;
    background-color: rgba(0, 0, 0, 0)
}

header .form form button em {
    font-size: 20px;
    font-weight: 700;
    color: #00ada9
}

header .form form input::-webkit-search-cancel-button {
    display: none
}

header .form form input[type="search"]::-ms-clear {
    display: none
}

header .phone em {
    font-size: 24px;
    color: #46bfbb
}

header .phone span {
    font-size: 24px;
    font-weight: 700;
    font-family: Arial;
    color: #555
}

@media (max-width: 1680px) {
    header {
        padding: 0 3%
    }
    
    .top-notice-bar {
        padding: 0 3%;
    }
}

@media (max-width: 1550px) {
    header {
        padding: 0 2%
    }
    
    .top-notice-bar {
        padding: 0 2%;
    }

    header .nav li a {
        padding: 30px 15px;
        font-size: 14px
    }

    header .nav li:first-child a {
        padding: 30px 28px
    }

    header .form {
        padding: 0 15px
    }

    header .form form {
        width: 150px;
        height: 30px
    }

    header .form form input {
        padding-left: 13px;
        width: 120px
    }

    header .form form button {
        width: 30px
    }

    header .form form button em {
        font-size: 16px
    }

    header .phone em {
        font-size: 20px
    }

    header .phone span {
        font-size: 20px
    }
}

@media (max-width: 1260px) {
    header {
        display: none
    }
}

.sub {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    background-image: url(../images/sub-bg_02.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.sub ul {
    padding: 43px 0 50px;
    display: none;
    max-width: 800px
}

.sub ul li {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
    width: 200px;
    font-size: 14px;
    color: #666;
    border-right: 1px solid #ececec
}

.sub ul li a:hover {
    color: #00ada9
}

.sub ul li:nth-child(n+5) {
    padding-top: 30px
}

.sub ul li:nth-child(4n) {
    border-right: 0
}

@media (max-width: 1550px) {
    .sub ul {
        padding: 30px 0
    }

    .sub ul li {
        font-size: 13px;
        padding-left: 30px
    }
}

.header-mobile {
    position: fixed;
    top: 36px;
    z-index: 99;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .19rem 0 .14rem;
    width: 100%;
    height: .54rem;
    background-color: #fff
}

.header-mobile h1 img {
    width: 1.665rem;
    height: .295rem
}

.header-mobile .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-mobile .header-right em {
    font-size: .15rem;
    color: #46bfbb
}

.header-mobile .header-right span {
    font-size: .15rem;
    font-family: Arial;
    color: #555
}

.header-mobile .btn {
    margin-left: .15rem
}

.header-mobile .btn em {
    font-size: .2rem;
    color: #00ada9
}

@media (max-width: 1260px) {
    .top-notice-bar {
        font-size: 12px;
        height: 32px;
        padding: 0 15px;
    }
    
    .notice-content {
        line-height: 32px;
        font-size: 12px;
    }
    
    .header-box {
        margin-top: 32px;
    }
    
    .header-mobile {
        top: 32px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

footer .top {
    padding: 73px 0 100px;
    background-color: #35434c
}

footer .top .wp1600 {
    width: 1600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1700px) {
    footer .top .wp1600 {
        width: auto;
        margin: 0 50px
    }
}

footer .top-left {
    width: 33.53116%;
    font-size: 0
}

footer .top-left .ewm {
    display: inline-block;
    width: .685rem;
    margin-right: .09rem
}

footer .top-left .ewm .img-box {
    padding-top: 100%;
    position: relative;
    overflow: hidden
}

footer .top-left .ewm .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

footer .top-left .ewm h6 {
    margin-top: .09rem;
    font-size: 14px;
    color: #72787c;
    text-align: center
}

footer .top-left .link {
    margin-top: 42px;
    width: 98.93805%;
    color: #7a8287;
    font-size: 0
}

footer .top-left .link span,
footer .top-left .link a {
    font-size: 14px
}

footer .top-left .link a {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    color: #7a8287
}

footer .top-left .link a::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10px;
    width: 1px;
    height: 9px;
    background-color: #4a565e
}

footer .top-left .link a:hover {
    text-decoration: underline
}

footer .top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

footer .top-right dl {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    width: 20%;
    border-left: 1px solid #3f4d55;
    text-align: center
}

footer .top-right dl a {
    font-size: 14px;
    line-height: 1
}

footer .top-right dl a:hover {
    text-decoration: underline
}

footer .top-right dt {
    margin-bottom: 28px
}

footer .top-right dt a {
    font-weight: 700;
    color: #fff
}

footer .top-right dd {
    margin-top: 19px
}

footer .top-right dd a {
    color: #72787c
}

footer .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8.33333% 0 7.8125%;
    height: 67px;
    background-color: #252f35;
    overflow: hidden
}

footer .bottom span,
footer .bottom span a {
    font-size: 14px;
    color: #fff
}

footer .bottom span {
    margin-right: 16px
}

footer .bottom a:hover {
    text-decoration: underline
}

footer .bdsharebuttonbox a {
    margin: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #00ada9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center !important
}

footer .bdsharebuttonbox .bds_sqq {
    background-image: url(../images/QQ_03.png)
}

footer .bdsharebuttonbox .bds_weixin {
    margin-right: 12px;
    background-image: url(../images/wx_03.png)
}

footer .bdsharebuttonbox .bds_tsina {
    margin-right: 12px;
    background-image: url(../images/wb_03.png)
}

footer .link-mobile {
    display: none
}

@media (max-width: 1460px) {
    footer .top-left {
        width: 27%
    }

    footer .bottom span {
        margin-right: 5px
    }

    footer .bdsharebuttonbox .bds_weixin {
        margin-right: 8px
    }

    footer .bdsharebuttonbox .bds_tsina {
        margin-right: 8px
    }
}

@media (max-width: 1350px) {
    footer .bottom {
        padding: 0 5%
    }
}

@media (max-width: 1260px) {

    footer .top-right,
    footer .link {
        display: none
    }

    footer .top {
        padding: .25rem 0 .21rem
    }

    footer .top .wp1600 {
        margin: 0
    }

    footer .top-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 13.6%;
        width: 100%
    }

    footer .top-left .ewm h6 {
        color: #fff
    }

    footer .bottom {
        height: .375rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    footer .bdsharebuttonbox a {
        width: .21rem;
        height: .21rem
    }

    footer .bdsharebuttonbox .bds_weixin,
    footer .bdsharebuttonbox .bds_tsina {
        margin-right: .09rem
    }

    footer .link-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: .16rem;
        width: 100%
    }

    footer .link-mobile span,
    footer .link-mobile a {
        font-size: .12rem;
        font-weight: 100;
        color: #fff
    }

    footer .link-mobile span {
        padding: .08rem 0;
        border-bottom: 1px dashed #525e65
    }

    footer .link-mobile span:last-child {
        border-bottom: 0
    }

    footer .link-mobile span:nth-child(odd) {
        width: 60%
    }

    footer .link-mobile span:nth-child(2n) {
        width: 40%
    }

    footer .link-mobile .addr {
        width: 100% !important
    }
}

@media (max-width: 750px) {
    footer .top-left .ewm h6 {
        font-size: 10px
    }
}

.banner {
    width: 100%;
    padding-top: 23.4375%;
    position: relative;
    overflow: hidden
}

.banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner img:nth-child(2) {
    display: none
}

@media (max-width: 1260px) {
    .banner {
        padding-top: 56%
    }

    .banner img:nth-child(1) {
        display: none
    }

    .banner img:nth-child(2) {
        display: block
    }
}

.subnav {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.subnav .inside-menu {
    text-align: center
}

.subnav .inside-swiper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.subnav .swiper-wrapper .swiper-slide {
    width: auto;
    position: relative
}

.subnav .swiper-wrapper .swiper-slide>a {
    display: block;
    padding: 22px 60px;
    font-size: 14px;
    color: #333
}

@media (max-width: 1024px) {
    .subnav .swiper-wrapper .swiper-slide>a {
        padding: .125rem .125rem
    }
}

@media (max-width: 750px) {
    .subnav .swiper-wrapper .swiper-slide>a {
        font-size: 14px
    }
}

.subnav .swiper-wrapper .swiper-slide::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 8px;
    background-color: #c4c4c4
}

.subnav .swiper-wrapper .swiper-slide .active,
.subnav .swiper-wrapper .swiper-slide :hover {
    color: #fff;
    background-color: #00ada9
}

.subnav .swiper-wrapper .swiper-slide:last-child:after {
    display: none
}

.subnav .inside-pc-menu+.inside-swiper {
    display: none
}

@media (max-width: 1260px) {
    .subnav .inside-pc-menu {
        display: none
    }

    .subnav .inside-pc-menu+.inside-swiper {
        display: inline-block
    }
}

.subnav .menu-ul {
    display: block;
    font-size: 0;
    text-align: left
}

.subnav .menu-ul .menu-li {
    position: relative;
    width: 12.5%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.subnav .menu-ul .menu-li>a {
    display: block;
    font-size: 14px;
    line-height: 62px;
    height: 62px;
    color: #333;
    overflow: hidden
}

.subnav .menu-ul .menu-li::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 8px;
    background-color: #c4c4c4
}

.subnav .menu-ul .menu-li .active,
.subnav .menu-ul .menu-li :hover {
    color: #fff;
    background-color: #00ada9
}

.subnav .menu-ul .menu-li:last-child(8n+8):after {
    display: none
}

.nav-mobile {
    position: absolute;
    width: 1.95rem;
    top: .825rem;
    left: 0;
    bottom: 0;
    z-index: 102;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    -moz-transition: transform .4s ease, -moz-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.nav-mobile.anim {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nav-mobile-con {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9902;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.nav-mobile-con .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fdfdfd;
    z-index: 102;
    background-image: url(../images/nav-bg_03.jpg);
    background-position: right top
}

.nav-mobile-top {
    width: 100%;
    height: .45rem;
    line-height: .45rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .15rem;
    color: #555;
    z-index: 103;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 3px solid #00ada9
}

.nav-mobile-top .search {
    position: absolute;
    left: 0;
    top: .45rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 104;
    width: 100%;
    height: .375rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ebebeb;
    padding: 0 .1rem 0 .15rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nav-mobile-top .search input[type="text"] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: .25rem;
    line-height: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-size: .13rem;
    background: none
}

.nav-mobile-top .search button {
    width: .4rem;
    height: .25rem;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: iconfont;
    display: block;
    background: none;
    font-size: .2rem;
    color: #555
}

.nav-mobile-top .search button:before {
    content: '\e6dd'
}

.nav-mobile-wp {
    position: relative;
    padding-top: .125rem
}

.nav-mobile-title {
    position: relative;
    margin: 0 .275rem 0 .2rem;
    border-bottom: 1px solid #d9d9d9
}

.nav-mobile-title>a {
    position: relative;
    display: block;
    line-height: .42rem;
    font-size: .14rem;
    color: #898989;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%
}

.nav-mobile-sub {
    padding: .125rem 0;
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 103
}

.nav-mobile-sub>ul>li .nav-mobile-title {
    padding-left: .15rem;
    border-bottom: 1px solid #d9d9d9
}

.nav-mobile-sub>ul>li .nav-mobile-title>a {
    color: #666
}

.nav-mobile .active {
    background-color: #00ada9
}

.nav-mobile .active .nav-mobile-title {
    border-bottom: 1px solid #00ada9
}

.nav-mobile .active a {
    color: #fff
}

.nav-top {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: .45rem;
    background-color: #00ada9;
    font-size: .14rem;
    color: #fff
}

.nav-top .top-back {
    position: relative;
    margin-left: .21rem;
    padding-left: .21rem;
    display: inline-block
}

.nav-top .top-back em {
    position: absolute;
    left: 0;
    font-size: .16rem
}

.scroll-box {
    position: absolute;
    left: 1.95rem;
    right: 0;
    top: .825rem;
    overflow: hidden
}

.gotop {
    position: fixed;
    bottom: 37.03704%;
    z-index: 99;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px;
    width: .3rem;
    height: .3rem;
    color: #fff;
    background-color: #248a83
}

.gotop i {
    font-size: .15rem
}

.header-box {
    margin-top: 36px;
    height: .40rem
}

.article {
    font-size: 14px;
    line-height: 26px;
    color: #777
}

.article p {
    margin-bottom: 13px
}

.article img {
    max-width: 100%;
    height: auto !important
}

.article ul {
    list-style: disc
}

.article ul li {
    list-style: disc
}

.article ol {
    list-style: decimal
}

.article ol li {
    list-style: decimal
}

.info h3 {
    font-size: 24px;
    color: #333;
    font-weight: 700
}

.info p {
    font-size: 14px;
    color: #777;
    line-height: 30px
}

@media (max-width: 750px) {
    .info h3 {
        font-size: 18px
    }

    .info p {
        line-height: 24px
    }
}

.img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.h2 {
    font-size: .18rem;
    font-weight: 700;
    color: #00ada9
}

.bg {
    background-color: #ececec;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto
}

.back {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -60px;
    right: 0;
    width: 145px;
    height: 40px;
    font-size: 14px;
    color: #000;
    border-radius: 20px;
    background-color: #fff
}

.back em {
    margin-right: .09rem;
    font-weight: 700;
    color: #00ada9
}

.back:hover {
    background-color: #00ada9;
    color: #fff
}

.back:hover em {
    color: #fff
}

@media (max-width: 750px) {
    .back {
        top: -40px;
        width: 120px;
        height: 30px;
        border-radius: 15px
    }
}

.introduce-div .h2 {
    margin-bottom: .175rem
}

.introduce-div .introduce {
    padding: .22rem 0 .525rem;
    background-color: #ececec;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: bottom
}

.introduce-div .introduce-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: .32rem 5.88235% .4rem 5.29412%;
    margin-bottom: .165rem;
    background-color: #fff
}

.introduce-div .introduce-top-left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5.38079%;
    width: 52.81457%
}

.introduce-div .introduce-top-left p {
    margin-bottom: .1rem
}

.introduce-div .introduce-top-right {
    width: 47.18543%;
    padding-top: 28.1457%;
    position: relative;
    overflow: hidden
}

.introduce-div .introduce-top-right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.introduce-div .introduce-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.introduce-div .introduce-bottom-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .125rem 2.94118% .185rem;
    width: 25%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.introduce-div .introduce-bottom-item em {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto .1rem;
    width: .525rem;
    height: .525rem;
    font-size: .24rem;
    color: #fff;
    border-radius: 50%;
    background-color: #00ada9
}

@media (max-width: 768px) {
    .introduce-div .introduce-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .introduce-div .introduce-top-left {
        width: 100%;
        padding-right: 0
    }

    .introduce-div .introduce-top-right {
        width: 100%;
        padding-top: 59.64912%
    }

    .introduce-div .introduce-bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .introduce-div .introduce-bottom-item {
        width: 50%
    }
}

@media (max-width: 750px) {
    .introduce-div .introduce-bottom-item {
        padding: .125rem 6% .185rem;
        width: 100%
    }
}

.introduce-div .team {
    padding: .4rem 0 .2rem;
    background-image: url(../images/qyjs-bg2_02.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.introduce-div .team .wp {
    position: relative
}

.introduce-div .team .h2 {
    line-height: 1;
    text-align: center
}

.introduce-div .team .swiper-slide {
    padding-bottom: 60px;
    width: 24.26471%
}

.introduce-div .team .swiper-slide .img-box {
    width: 100%;
    padding-top: 63.63636%;
    position: relative;
    overflow: hidden
}

.introduce-div .team .swiper-slide .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.introduce-div .team .swiper-slide p {
    position: absolute;
    left: 50%;
    top: 83.33333%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.introduce-div .team .swiper-button-prev,
.introduce-div .team .swiper-button-next {
    top: 40%;
    outline: none;
    width: auto;
    height: auto
}

.introduce-div .team .swiper-button-prev::after,
.introduce-div .team .swiper-button-next::after {
    content: "\e64e";
    font-family: "iconfont";
    color: #00ada9;
    font-size: 45px
}

.introduce-div .team .swiper-button-prev {
    left: 0;
    -webkit-transform: translateX(-120%) rotate(-90deg);
    -moz-transform: translateX(-120%) rotate(-90deg);
    -ms-transform: translateX(-120%) rotate(-90deg);
    transform: translateX(-120%) rotate(-90deg)
}

.introduce-div .team .swiper-button-next {
    right: 0;
    -webkit-transform: translateX(120%) rotate(90deg);
    -moz-transform: translateX(120%) rotate(90deg);
    -ms-transform: translateX(120%) rotate(90deg);
    transform: translateX(120%) rotate(90deg)
}

@media (max-width: 1500px) {

    .introduce-div .team .swiper-button-prev::after,
    .introduce-div .team .swiper-button-next::after {
        font-size: 30px
    }
}

@media (max-width: 1450px) {

    .introduce-div .team .swiper-button-prev::after,
    .introduce-div .team .swiper-button-next::after {
        color: #fff
    }

    .introduce-div .team .swiper-button-prev {
        -webkit-transform: translateX(20%) rotate(-90deg);
        -moz-transform: translateX(20%) rotate(-90deg);
        -ms-transform: translateX(20%) rotate(-90deg);
        transform: translateX(20%) rotate(-90deg)
    }

    .introduce-div .team .swiper-button-next {
        -webkit-transform: translateX(-20%) rotate(90deg);
        -moz-transform: translateX(-20%) rotate(90deg);
        -ms-transform: translateX(-20%) rotate(90deg);
        transform: translateX(-20%) rotate(90deg)
    }
}

@media (max-width: 768px) {
    .introduce-div .introduce {
        padding-bottom: .2rem
    }

    .introduce-div .team {
        padding-top: .2rem
    }

    .introduce-div .team .swiper-button-prev::after,
    .introduce-div .team .swiper-button-next::after {
        font-size: 20px
    }
}

@media (max-width: 750px) {
    .introduce-div .team .swiper-slide p {
        top: 68.18182%
    }
}

.culture {
    padding: .35rem 0 .45rem;
    background-image: url(../images/qywh-bg_02.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto
}

.culture .h2 {
    text-align: center;
    margin-bottom: .25rem;
    line-height: 1
}

.culture .wp {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3.67647% .1rem;
    background-color: #fff
}

.culture-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.culture .item {
    margin: 0 2.61905% 2.61905% 0;
    padding: 70px 3.1746% 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30.63492%;
    background-color: #f3f3f3;
    text-align: center
}

.culture .item h3 {
    font-size: 26px;
    color: #00ada9;
    margin-bottom: 14px
}

.culture .item p {
    font-size: 14px;
    line-height: 22px;
    color: #888
}

.culture .item:hover .img-box {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.culture .img-box {
    margin: 0 auto 30px;
    width: 33.98693%;
    padding-top: 33.98693%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.culture .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 768px) {
    .culture .item {
        padding: 30px 3.1746% 40px
    }
}

@media (max-width: 750px) {
    .culture-box {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .culture .item {
        width: 48%
    }

    .culture .item:nth-child(2n) {
        margin-right: 0
    }

    .culture .img-box {
        width: 49.52381%;
        padding-top: 49.52381%;
        position: relative;
        overflow: hidden
    }

    .culture .img-box img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.new-list {
    padding: .29rem 0 .26rem
}

.new-list .time {
    width: 100px;
    height: 100px;
    color: #fff
}

.new-list-top {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .195rem;
    margin-bottom: .08rem;
    width: 100%;
    background-color: #fff
}

.new-list-top .img-div {
    width: 25.74103%
}

.new-list-top .img-div .img-box {
    padding-top: 60%;
    position: relative;
    overflow: hidden
}

.new-list-top .img-div .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.new-list-top .info-div {
    padding: 0 180px 0 45px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.new-list-top .info-div .h4 {
    font-size: 22px;
    color: #333;
    margin-bottom: .1rem
}

.new-list-top .info-div p {
    font-size: 14px;
    line-height: 28px;
    color: #777;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.new-list-top .time {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    right: .2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #00ada9;
    text-align: center
}

.new-list-top .time .day {
    width: 100%;
    font-size: 36px
}

.new-list-top .time .year {
    width: 100%;
    font-size: 14px
}

.new-list-top:hover .h4 {
    color: #00ada9
}

.new-list .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.new-list .list li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 2.42647%;
    margin-bottom: 2.57353%;
    padding: 28px;
    width: 23.16176%;
    background-color: #fff
}

.new-list .list li a {
    display: block
}

.new-list .list li img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.new-list .list li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (min-width: 769px) {
    .new-list .list li:nth-child(4n) {
        margin-right: 0
    }
}

.new-list .list .img-box {
    margin-bottom: .1rem;
    width: 100%;
    padding-top: 60%;
    position: relative;
    overflow: hidden
}

.new-list .list .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.new-list .list .info h5 {
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.new-list .list .info p {
    font-size: 13px;
    line-height: 22px;
    color: #888;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.new-list .list .info h6 {
    margin-top: 10px;
    font-size: 14px;
    font-family: Arial;
    color: #333
}

.new-list .paged {
    padding-top: 10px
}

@media (max-width: 768px) {
    .new-list-top .img-div {
        width: 100%
    }

    .new-list-top .info-div {
        padding: 0
    }

    .new-list-top .info-div .h4 {
        margin-top: .1rem
    }

    .new-list-top .time {
        top: .2rem;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .new-list .list li {
        width: 31%;
        margin-right: 3%
    }
}

@media (max-width: 768px) and (min-width: 641px) {
    .new-list .list li:nth-child(3n) {
        margin-right: 0
    }
}

@media (max-width: 750px) {
    .new-list-top .info-div .h4 {
        font-size: 18px
    }

    .new-list-top .info-div p {
        line-height: 20px
    }

    .new-list-top .time {
        width: 60px;
        height: 60px;
        color: #fff
    }

    .new-list-top .time .day {
        font-size: 20px
    }

    .new-list-top .time .year {
        font-size: 12px
    }

    .new-list .list li {
        margin-right: 4%;
        margin-bottom: 4%;
        padding: .1rem;
        width: 48%
    }

    .new-list .list li:nth-child(2n) {
        margin-right: 0
    }
}

.new-detail {
    padding: .35rem 0 .5rem
}

.new-detail .content {
    padding: .3rem 9.11765% .425rem;
    background-color: #fff
}

.new-detail .content p {
    font-size: 13px;
    line-height: 26px;
    color: #666
}

.new-detail .content .title {
    text-align: center;
    border-bottom: 1px dashed #b2b2b2
}

.new-detail .content .title .h3 {
    margin-bottom: .1rem;
    font-size: .18rem;
    color: #333
}

.new-detail .content .title .h6 {
    margin-bottom: .125rem;
    font-size: 13px;
    color: #666
}

.new-detail .content-article {
    padding: .1rem 0 0
}

.new-detail .content-article img {
    max-width: 100% !important
}

.new-detail .content-article .img-div {
    margin-top: .17rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.new-detail .content-article .img-div .img-box {
    width: 49.01079%;
    padding-top: 32.19424%;
    position: relative;
    overflow: hidden
}

.new-detail .content-article .img-div .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.new-detail .content-article .img-div img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.new-detail .content-article .img-div img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.new-detail .paging {
    margin-top: .15rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.new-detail .paging li {
    width: 33.33%;
    text-align: center
}

.new-detail .paging li a {
    display: block;
    height: .325rem;
    line-height: .325rem;
    font-size: 16px;
    color: #fff;
    background-color: #00ada9
}

.new-detail .paging li a:hover {
    background-color: #12a19e
}

.new-detail .paging li a::before,
.new-detail .paging li a::after {
    display: inline-block;
    font-size: .15rem;
    font-family: "iconfont" !important;
    vertical-align: middle
}

.new-detail .paging li:nth-child(1) a::before {
    content: "\e65a";
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-right: .08rem
}

.new-detail .paging li:nth-child(2) {
    border-left: 1px solid #19b4b1;
    border-right: 1px solid #19b4b1
}

.new-detail .paging li:nth-child(2) a::before {
    content: "\e785";
    margin-right: .08rem
}

.new-detail .paging li:nth-child(3) a::after {
    content: "\e65a";
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: .08rem
}

@media (max-width: 750px) {
    .new-detail .content {
        padding: .2rem
    }

    .new-detail .content p {
        line-height: 22px
    }

    .new-detail .content-article .img-div {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0
    }

    .new-detail .content-article .img-div .img-box {
        margin-top: .1rem;
        padding-top: 65.68807%;
        width: 100%
    }

    .new-detail .paging li a {
        font-size: 14px
    }
}

.solution {
    margin-top: .5px;
    padding: .3rem 0 .4rem
}

.solution-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 42px 85px 52px 55px;
    background-color: #fff
}

.solution-item img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.solution-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.solution .img-box {
    width: 36.88525%;
    padding-top: 27.04918%;
    position: relative;
    overflow: hidden
}

.solution .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.solution .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 5.57377%
}

.solution .info h2 {
    margin-bottom: 15px;
    font-size: .185rem;
    font-weight: 700;
    color: #00ada9
}

.solution .info p {
    color: #666
}

.solution .info em {
    display: inline-block;
    margin-top: .12rem;
    font-size: 33px;
    color: #8f8f8f;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.solution-item:first-child {
    margin-top: 0
}

.solution-item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 45px
}

.solution-item:nth-child(2n) .info {
    padding-left: 0;
    padding-right: 7.53968%
}

@media (max-width: 768px) {
    .solution-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .solution-item:nth-child(n) {
        padding: .2rem
    }

    .solution .img-box {
        padding-top: 73.33333%;
        width: 100%
    }

    .solution .info {
        margin-top: .15rem;
        padding-left: 0
    }

    .solution-item:nth-child(2n) .info {
        padding-right: 0
    }
}

.solution-detail .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.solution-detail .info .h2 {
    font-size: .185rem;
    margin-bottom: .1rem;
    color: #01a5a1
}

.solution-detail .info p {
    color: #666
}

.solution-detail .info2,
.solution-detail .info3 {
    width: 100%
}

.solution-detail .info2 .h2,
.solution-detail .info3 .h2 {
    font-size: .185rem;
    margin-bottom: .1rem;
    color: #01a5a1;
    text-align: center
}

.solution-detail .info2 p,
.solution-detail .info3 p {
    font-size: 14px;
    line-height: 30px;
    color: #666
}

.solution-detail .info2 {
    text-align: center;
    padding: 0 110px
}

.solution-detail .top {
    padding: .6rem 0 .75rem;
    background-color: #ececec;
    background-image: url(../images/zhxy-bg_01.jpg);
    background-repeat: no-repeat;
    background-position: bottom
}

.solution-detail .top .img-info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 55px 60px 55px 80px;
    background-color: #fff
}

@media (max-width: 1380px) {
    .solution-detail .top .img-info {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.solution-detail .top .img-box {
    width: 49.18033%;
    padding-top: 36.47541%;
    position: relative;
    overflow: hidden
}

.solution-detail .top .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.solution-detail .top .info {
    padding-left: 65px
}

.solution-detail .content {
    background-color: #fff
}

.solution-detail .content .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .45rem 0 .5rem
}

.solution-detail .content .model1 .img-box {
    width: 50%;
    padding-top: 27.20588%;
    position: relative;
    overflow: hidden
}

.solution-detail .content .model1 .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.solution-detail .content .model1 .info {
    padding-right: 50px
}

@media (max-width: 1380px) {
    .solution-detail .content .model1 {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.solution-detail .content .model2 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 100%
}

.solution-detail .content .model2 .list li {
    margin: 0 3.08824% 3.08824% 0;
    width: 31.25%;
    background-color: #fff
}

@media (min-width: 768px) {
    .solution-detail .content .model2 .list li:nth-child(3n) {
        margin-right: 0
    }
}

.solution-detail .content .model2 .list .li-img {
    width: 100%;
    padding-top: 54.11765%;
    position: relative;
    overflow: hidden
}

.solution-detail .content .model2 .list .li-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.solution-detail .content .model2 .list .li-info {
    padding: 0 45px 40px 40px
}

.solution-detail .content .model2 .list .li-info .h3 {
    margin-bottom: .1rem;
    font-size: 24px;
    color: #01a5a1;
    text-align: center
}

.solution-detail .content .model3 .img-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: .15rem;
    width: 100%
}

.solution-detail .content .model3 .img-box {
    margin-right: 1.47059%;
    margin-bottom: 1.47059%;
    width: 32.35294%;
    padding-top: 23.16176%;
    position: relative;
    overflow: hidden
}

.solution-detail .content .model3 .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.solution-detail .content .model3 .img-box:nth-child(3n) {
    margin-right: 0
}

@media (max-width: 768px) {
    .solution-detail .info2 {
        padding: 0
    }

    .solution-detail .top .img-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: .2rem
    }

    .solution-detail .top .img-box {
        padding-top: 74.16667%;
        width: 100%
    }

    .solution-detail .top .info {
        margin-top: .1rem;
        padding-left: 0
    }

    .solution-detail .content .model1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .solution-detail .content .model1 .img-box {
        padding-top: 54.41176%;
        width: 100%
    }

    .solution-detail .content .model1 .info {
        padding-right: 0
    }

    .solution-detail .content .model2 .list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: .2rem
    }

    .solution-detail .content .model2 .list li {
        width: 48%
    }

    .solution-detail .content .model2 .list li:nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width: 750px) {

    .solution-detail .info2 p,
    .solution-detail .info3 p {
        line-height: 24px
    }

    .solution-detail .content .model2 .list li {
        margin: 0 0 .1rem 0;
        width: 100%
    }

    .solution-detail .content .model2 .list .li-info {
        padding: .1rem
    }

    .solution-detail .content .model2 .list .li-info .h3 {
        font-size: 16px
    }

    .solution-detail .content .model3 .img-box {
        padding-top: 71.59091%;
        width: 100%;
        margin-right: 0;
        margin-bottom: .1rem
    }
}

.honor {
    padding: .325rem 0 .36rem
}

.honor .wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.honor-item {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 60px;
    margin: 0 2.72059% 2.72059% 0;
    width: 22.94118%;
    border: 8px solid #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) inset
}

.honor-item:nth-child(4n) {
    margin-right: 0
}

.honor .img-box {
    padding-top: 77.02703%;
    position: relative;
    overflow: hidden
}

.honor .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.honor p {
    padding: 0 52px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    text-align: center
}

.honor .shadow {
    padding-top: 8.97436%;
    position: relative;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.honor .shadow img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.honor .paged {
    padding-top: 10px
}

@media (max-width: 768px) {
    .honor-item {
        padding-bottom: .2rem
    }

    .honor p {
        padding: 0 .1rem
    }
}

@media (max-width: 750px) {
    .honor .wp {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .honor-item {
        width: 48%
    }

    .honor-item:nth-child(2n) {
        margin-right: 0
    }
}

.development {
    padding: 35px 0 80px
}

.development-content {
    position: relative
}

.development em {
    display: block;
    width: 37px;
    height: 37px;
    background-image: url(../images/fzlc-icon_03.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto
}

.development .dashed {
    width: 0;
    height: 100%;
    position: absolute;
    top: 1px;
    left: 50%;
    border-left: 1px dashed #555
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translate(-50%, 150%);
        transform: translate(-50%, 150%)
    }

    50% {
        -webkit-transform: translate(-50%, 200%);
        transform: translate(-50%, 200%)
    }

    100% {
        -webkit-transform: translate(-50%, 150%);
        transform: translate(-50%, 150%)
    }
}

@-moz-keyframes updown {
    0% {
        -moz-transform: translate(-50%, 150%);
        transform: translate(-50%, 150%)
    }

    50% {
        -moz-transform: translate(-50%, 200%);
        transform: translate(-50%, 200%)
    }

    100% {
        -moz-transform: translate(-50%, 150%);
        transform: translate(-50%, 150%)
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translate(-50%, 150%);
        -moz-transform: translate(-50%, 150%);
        transform: translate(-50%, 150%)
    }

    50% {
        -webkit-transform: translate(-50%, 200%);
        -moz-transform: translate(-50%, 200%);
        transform: translate(-50%, 200%)
    }

    100% {
        -webkit-transform: translate(-50%, 150%);
        -moz-transform: translate(-50%, 150%);
        transform: translate(-50%, 150%)
    }
}

.development .continue {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 150%);
    -moz-transform: translate(-50%, 150%);
    -ms-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%);
    width: 17px;
    height: 21px;
    cursor: pointer;
    -webkit-animation: updown 1s infinite;
    -moz-animation: updown 1s infinite;
    animation: updown 1s infinite;
    background-image: url(../images/continue_03.png)
}

.development ul li {
    position: relative;
    margin-top: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 76px 30px 30px;
    width: 45.88235%;
    background-color: #fff;
    border-radius: 8px
}

.development ul p {
    font-size: 14px;
    line-height: 24px;
    color: #666
}

.development ul span {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 82px;
    height: 82px;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    background-color: #00ada9
}

.development ul .spot {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #00ada9;
    background-color: #fff
}

.development ul .spot::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00ada9
}

.development ul li:nth-child(1) {
    margin-top: 20px
}

.development ul li:nth-child(2) {
    margin-top: 100px
}

.development ul li:nth-child(2n+1) {
    float: left;
    clear: left
}

.development ul li:nth-child(2n+1) span {
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.development ul li:nth-child(2n+1) .spot {
    top: 50%;
    right: -8.97436%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.development ul li:nth-child(2n) {
    padding: 35px 30px 30px 72px;
    float: right;
    clear: right
}

.development ul li:nth-child(2n) span {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.development ul li:nth-child(2n) .spot {
    top: 50%;
    left: -8.97436%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 1380px) {
    .development ul li span {
        width: 72px;
        height: 72px
    }
}

@media (max-width: 1260px) {
    .development ul li span {
        width: 60px;
        height: 60px;
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .development em {
        display: none
    }

    .development .dashed {
        left: 0
    }

    .development ul li:nth-child(n) {
        margin-top: .2rem;
        width: 90%;
        padding: .15rem .15rem .15rem .3rem;
        float: right;
        clear: right
    }

    .development ul li:nth-child(n) span {
        top: 50%;
        left: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 45px;
        height: 45px;
        font-size: 14px
    }

    .development ul li:nth-child(n) .spot {
        top: 50%;
        left: -11%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .development ul li:nth-child(1) {
        margin-top: 0
    }
}

.contact {
    margin-bottom: .5px;
    padding: .325rem 0 .54rem
}

.contact .wp {
    padding: .35rem 13px 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff
}

.contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.contact-info .icon {
    margin-right: 10px;
    width: 70px;
    height: 70px;
    background-image: url(../images/lxwm-icon1_03.png);
    background-repeat: no-repeat;
    background-size: cover
}

.contact-info .p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.contact-info p {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 24px;
    color: #666
}

.contact-info p span {
    display: inline-block;
    margin: 0 10px;
    width: 6px;
    height: 6px;
    background-color: red;
    border-radius: 50%
}

.contact-info .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .2rem
}

.contact-info .addr-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 69.71514%
}

.contact-info .left {
    padding: 0 2.76344% 0 4.60215%;
    width: 48.3871%
}

.contact-info .left h3 {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #333
}

.contact-info .right {
    padding: 0 3.76344% 0 4.30108%;
    width: 51.6129%
}

.contact-info .right .icon {
    background-image: url(../images/lxwm-icon2_03.png)
}

.contact-info .left,
.contact-info .right {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.contact-info .left::after,
.contact-info .right::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 32px;
    background-color: #e5e5e5
}

.contact-info .ewm-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 60px 0 75px
}

.contact-info .ewm-box .ewm .img-box {
    margin-bottom: 10px;
    width: 130px;
    height: 130px
}

.contact-info .ewm-box .ewm .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.contact-info .ewm-box .ewm h6 {
    text-align: center;
    font-size: 13px;
    color: #666
}

.contact .map-box {
    position: relative;
    overflow: hidden;
    padding-top: 23.98801%
}

.contact .map-box #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 1380px) {
    .contact-info .ewm-box {
        padding: 0 40px 0 55px
    }
}

@media (max-width: 1260px) {
    .contact-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contact-info .addr-box {
        width: 100%
    }

    .contact-info .left,
    .contact-info .right {
        padding: 0 5%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%
    }

    .contact-info .ewm-box {
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: .15rem
    }

    .contact-info .ewm-box .ewm:nth-child(1) {
        margin-right: .1rem
    }

    .contact .map-box {
        padding-top: 50%
    }
}

@media (max-width: 750px) {
    .contact-info .icon {
        width: 50px;
        height: 50px
    }

    .contact-info .left h3 {
        font-size: 18px
    }

    .contact-info .left,
    .contact-info .right {
        padding: 0;
        width: 100%
    }

    .contact-info .left::after,
    .contact-info .right::after {
        display: none
    }

    .contact .ewm-box .ewm .img-box {
        width: 100px;
        height: 100px
    }

    .contact .ewm-box .ewm h6 {
        font-size: 12px
    }
}

.partner {
    padding: .375rem 0 .4rem
}

.partner .img-odd,
.partner .img-even {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -.45rem
}

.partner .img-odd a,
.partner .img-even a {
    display: block;
    margin-right: 2.35294%;
    width: 14.70588%
}

.partner .img-odd a .img-box,
.partner .img-even a .img-box {
    padding-top: 115%;
    position: relative;
    overflow: hidden;
    overflow: inherit
}

.partner .img-odd a .img-box img,
.partner .img-even a .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.partner .img-odd a:last-child,
.partner .img-even a:last-child {
    margin-right: 0
}

.partner .img-odd a:nth-child(1) {
    margin-left: 8.52941%
}

.partner .img-odd:first-child {
    margin-top: 0
}

@media (max-width: 768px) {

    .partner .img-odd a,
    .partner .img-even a {
        margin-right: 5%;
        width: 30%
    }

    .partner .img-odd a:nth-child(1) {
        margin-left: 17.5%
    }
}

.classic-case {
    padding: .3rem 0 .4rem
}

.classic-case .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.classic-case .list a {
    display: block
}

.classic-case .list li {
    margin-right: 1.91176%;
    margin-bottom: 1.91176%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px 20px;
    width: 23.52941%;
    background-color: #fff;
    text-align: center
}

.classic-case .list li img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.classic-case .list li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.classic-case .list li:nth-child(4n) {
    margin-right: 0
}

.classic-case .list .img-box {
    margin-bottom: .175rem;
    width: 100%;
    padding-top: 63.7931%;
    position: relative;
    overflow: hidden
}

.classic-case .list .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.classic-case .list .info h5 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #010101
}

.classic-case .list .info p {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.classic-case .list .info .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 8px auto 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    background-color: #00ada9
}

.classic-case .paged {
    padding-top: 14px
}

@media (max-width: 750px) {
    .classic-case .list li {
        padding: .1rem;
        margin-right: 4%;
        margin-bottom: 4%;
        width: 48%
    }

    .classic-case .list li:nth-child(2n) {
        margin-right: 0
    }
}

.classic-case-detail {
    margin-bottom: .5px;
    padding-bottom: .45rem;
    font-size: 14px;
    line-height: 30px;
    color: #777
}

@media (max-width: 750px) {
    .classic-case-detail {
        line-height: 24px
    }
}

.classic-case-detail img {
    max-width: 100%;
    height: auto !important
}

.classic-case-detail .top {
    width: 100%;
    padding-top: 26.82292%;
    background-image: url(../images/alxq-bg_02.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.classic-case-detail .wp {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -20.26316%;
    padding: 50px 65px 70px 60px;
    background-color: #fff
}

.classic-case-detail .img-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.classic-case-detail .img-info .img-box {
    width: 56.68016%;
    padding-top: 37.81377%;
    position: relative;
    overflow: hidden
}

.classic-case-detail .img-info .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.classic-case-detail .img-info .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 45px;
    padding-top: 12px
}

.classic-case-detail .img-info .info h3 {
    margin-bottom: .11rem
}

@media (max-width: 1380px) {
    .classic-case-detail .img-info {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.classic-case-detail .samll-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .175rem
}

.classic-case-detail .samll-img .img-box {
    margin-right: .89069%;
    width: 24.2915%;
    padding-top: 16.19433%;
    position: relative;
    overflow: hidden
}

.classic-case-detail .samll-img .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.classic-case-detail .samll-img .img-box:nth-child(4n) {
    margin-right: 0
}

.classic-case-detail .info-div {
    margin-top: .2rem
}

.classic-case-detail .info-div h3 {
    margin-bottom: 12px
}

@media (max-width: 1260px) {
    .classic-case-detail .wp {
        margin-top: -18%;
        padding: .2rem
    }
}

@media (max-width: 768px) {
    .classic-case-detail .wp {
        margin-top: -15%
    }

    .classic-case-detail .img-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .classic-case-detail .img-info .img-box {
        width: 100%;
        padding-top: 66.71429%
    }

    .classic-case-detail .img-info .info {
        padding-left: 0
    }
}

@media (max-width: 750px) {
    .classic-case-detail .wp {
        margin-top: -10%
    }

    .classic-case-detail .samll-img {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .classic-case-detail .samll-img .img-box {
        margin: 0 2% 2% 0;
        padding-top: 32%;
        width: 49%
    }

    .classic-case-detail .samll-img .img-box:nth-child(2n) {
        margin-right: 0
    }
}

.product-detail .wp {
    padding: 70px 45px 100px 60px
}

.product-detail .img-info {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.product-detail .img-info .swiper-container {
    margin: 0;
    width: 45.65737%;
    background-color: #f5f5f5
}

.product-detail .img-info .swiper-slide {
    height: 0;
    padding-top: 73.82199%;
    position: relative;
    overflow: hidden
}

.product-detail .img-info .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-detail .img-info .swiper-button-prev,
.product-detail .img-info .swiper-button-next {
    outline: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff
}

.product-detail .img-info .swiper-button-prev::after,
.product-detail .img-info .swiper-button-next::after {
    content: "\e658";
    font-family: "iconfont";
    color: #00ada9;
    font-size: 12px
}

.product-detail .img-info .swiper-button-prev::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.product-detail .img-info .swiper-button-next::after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.product-detail .img-info .info {
    padding: .11rem 0 0 62px
}

.product-detail .img-info .info h5 {
    font-size: 16px;
    color: #333;
    margin: .27rem 0 .05rem
}

@media (max-width: 1380px) {
    .product-detail .img-info {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 768px) {
    .product-detail .wp {
        padding: .2rem
    }

    .product-detail .img-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-detail .img-info .swiper-container {
        width: 100%
    }

    .product-detail .img-info .info {
        padding-left: 0
    }
}

@media (max-width: 750px) {

    .product-detail .img-info .swiper-button-prev,
    .product-detail .img-info .swiper-button-next {
        width: 24px;
        height: 24px
    }
}

.product-list {
    padding: .35rem 0 .45rem
}

.product-list .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-list .list a {
    display: block
}

.product-list .list li {
    margin-top: 28px;
    width: 48.97059%;
    background-color: #fff;
    text-align: center
}

.product-list .list li img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.product-list .list li h4 {
    margin-bottom: 8px;
    font-size: 20px;
    color: #333
}

.product-list .list li span {
    margin-bottom: .16rem;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    background-color: #00ada9
}

.product-list .list li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.product-list .list li:nth-child(-n+2) {
    margin-top: 0
}

.product-list .list .img-box {
    padding-top: 60.06006%;
    position: relative;
    overflow: hidden
}

.product-list .list .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 750px) {
    .product-list .list li {
        width: 100%
    }

    .product-list .list li h4 {
        font-size: 16px
    }

    .product-list .list li:nth-child(n) {
        margin-top: .15rem
    }
}

.more {
    position: absolute;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
    font-size: 13px;
    text-align: center
}

.more::after,
.more::before {
    content: "\e61d";
    font-family: "iconfont";
    position: absolute;
    top: 50%
}

.more::before {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

.more::after {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.index-title {
    margin-bottom: 35px;
    text-align: center
}

.index-title h2 {
    font-size: .185rem;
    font-weight: 700;
    color: #01a5a1;
    margin-bottom: 12px
}

.index-title p {
    font-size: 15px;
    color: #555
}

@media (max-width: 1260px) {
    .index-title {
        margin-bottom: .1rem
    }

    .index-title p {
        font-size: .11rem;
        line-height: .15rem
    }
}

.index-benner .swiper-pagination-bullet {
    margin: 0 10px !important;
    width: 11px;
    height: 11px;
    outline: none;
    background-color: #fff;
    opacity: 1
}

.index-benner .swiper-pagination-bullets {
    bottom: .15rem !important
}

.index-benner .swiper-pagination-bullet-active {
    background-color: #00ada9
}

.index-benner .img-box {
    display: block;
    width: 100%;
    padding-top: 32%;
    position: relative;
    overflow: hidden
}

.index-benner .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.index-benner .img-box img:nth-child(2) {
    display: none
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .index-benner .img-box {
        padding-top: 32%
    }
}

@media (max-width: 1365px) {
    .index-benner .img-box {
        padding-top: 32%
    }
}

@media (max-width: 1260px) {
    .index-benner .img-box {
        padding-top: 40%
    }

    .index-benner .img-box img:nth-child(1) {
        display: none
    }

    .index-benner .img-box img:nth-child(2) {
        display: block
    }
}

@media (max-width: 768px) {
    .index-benner .swiper-pagination-bullet {
        margin: 0 .025rem !important;
        width: .045rem;
        height: .045rem
    }
}

.index-advantage {
    padding: 40px 0 120px;
    background-image: url(../images/index-bg1_02.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto
}

.index-advantage .title {
    text-align: right
}

.index-advantage .title p {
    font-size: 15px;
    line-height: 26px;
    color: #777
}

.index-advantage .content {
    position: relative
}

.index-advantage .content .img-box {
    width: 44%;
    padding-top: 40.66667%;
    position: relative;
    overflow: hidden
}

.index-advantage .content .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.index-advantage .content .index-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 68.53333%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.index-advantage .content .index-ul li {
    width: 50%
}

.index-advantage .content .index-ul a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 65px 70px 55px;
    border-top: 1px solid #e5e5e5
}

.index-advantage .content .index-ul a:hover .icon {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.index-advantage .content .index-ul .icon {
    width: 27.91878%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    padding-top: 27.91878%;
    position: relative;
    overflow: hidden
}

.index-advantage .content .index-ul .icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.index-advantage .content .index-ul .li-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 27px
}

.index-advantage .content .index-ul .li-info h3 {
    margin-bottom: .075rem;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.index-advantage .content .index-ul .li-info p {
    font-size: 14px;
    line-height: 26px;
    color: #888;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.index-advantage .content .index-ul li:nth-child(-n+2) a {
    border-top: 0
}

.index-advantage .content .index-ul li:nth-child(odd) a {
    border-right: 1px solid #e5e5e5
}

.index-advantage .content .more {
    left: auto;
    right: 0;
    bottom: 20px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    color: #fff
}

@media (max-width: 1580px) {
    .index-advantage .content .index-ul a {
        padding: 50px 55px 60px 45px
    }
}

@media (max-width: 1380px) {
    .index-advantage .content .index-ul a {
        padding: 40px 45px 50px 35px
    }
}

@media (max-width: 1260px) {
    .index-advantage {
        padding: .25rem 0 .64rem;
        background-image: url(../images/indexm-bg1_03.jpg)
    }

    .index-advantage .title {
        margin: 0 auto;
        text-align: center;
        width: 2.7rem
    }

    .index-advantage .title .h2 {
        margin-bottom: .09rem
    }

    .index-advantage .title p {
        font-size: .11rem;
        line-height: .15rem
    }

    .index-advantage .content .img-box {
        display: none
    }

    .index-advantage .content .index-ul {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        margin-top: .2rem
    }

    .index-advantage .content .index-ul a {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: .2rem .2rem .25rem
    }

    .index-advantage .content .index-ul .icon {
        margin: 0 auto .14rem;
        width: .55rem;
        padding-top: .55rem
    }

    .index-advantage .content .index-ul .li-info {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -moz-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        padding-left: 0
    }

    .index-advantage .content .index-ul .li-info h3 {
        text-align: center;
        font-size: .13rem
    }

    .index-advantage .content .index-ul .li-info p {
        font-size: .12rem;
        line-height: .16rem;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .index-advantage .content .more {
        left: 50%;
        right: auto;
        bottom: -.25rem;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.index-project {
    position: relative;
    padding-top: 57.8125%;
    background-image: url(../images/index-bg4_02.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 75% 66.7%
}

.index-project .bg-white {
    background-color: #fff
}

.index-project .bg-white span {
    background-color: #01a5a1
}

.index-project .bg-ash {
    background-color: #01a5a1
}

.index-project .bg-ash .item span {
    color: #01a5a1;
    background-color: #fff
}

.index-project .bg-ash .item h4,
.index-project .bg-ash .item p {
    color: #fff
}

.index-project .bg-ash .item p {
    opacity: .65
}

.index-project .bg-white:hover .item span,
.index-project .bg-ash:hover .item span {
    color: #fff;
    background-color: transparent
}

.index-project .bg-white:hover .item h4,
.index-project .bg-white:hover .item p,
.index-project .bg-ash:hover .item h4,
.index-project .bg-ash:hover .item p {
    color: #fff
}

.index-project .bg-white:hover .item p,
.index-project .bg-ash:hover .item p {
    opacity: 1
}

.index-project .bg-white:hover .item h4,
.index-project .bg-ash:hover .item h4 {
    margin-top: 0
}

.index-project .project-item {
    display: block;
    position: absolute;
    width: 25%;
    padding-top: 19.27083%
}

.index-project .project-item .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.index-project .project-item .bg-img .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000
}

.index-project .project-item .bg-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.index-project .project-item .bg-img .mask,
.index-project .project-item .bg-img img {
    opacity: 0
}

.index-project .project-item .item {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center
}

.index-project .project-item span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    font-size: .27rem;
    color: #fff
}

.index-project .project-item h4 {
    margin: 20px 0 12px;
    font-size: .12rem;
    font-weight: 700;
    color: #666
}

.index-project .project-item p {
    font-size: 15px;
    color: #9b9b9b
}

.index-project .project-item:hover .bg-img .mask {
    opacity: .55
}

.index-project .project-item:hover .bg-img img {
    opacity: 1
}

.index-project .project-item:nth-child(1) {
    top: 0;
    right: 0
}

.index-project .project-item:nth-child(2) {
    top: 33.3%;
    right: 0
}

.index-project .project-item:nth-child(3) {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 33.3%;
    right: 25%;
    border-left: 1px solid #e9e9e9
}

.index-project .project-item:nth-child(4) {
    top: 33.3%;
    right: 50%
}

.index-project .project-item:nth-child(5) {
    top: 66.6%;
    left: 0
}

.index-project .project-item:nth-child(6) {
    top: 66.6%;
    left: 25%
}

@-webkit-keyframes ripple1 {
    100% {
        width: .5rem;
        height: .5rem;
        border: .1rem solid #fff
    }
}

@-moz-keyframes ripple1 {
    100% {
        width: .5rem;
        height: .5rem;
        border: .1rem solid #fff
    }
}

@keyframes ripple1 {
    100% {
        width: .5rem;
        height: .5rem;
        border: .1rem solid #fff
    }
}

@-webkit-keyframes ripple2 {
    100% {
        width: 1rem;
        height: 1rem
    }
}

@-moz-keyframes ripple2 {
    100% {
        width: 1rem;
        height: 1rem
    }
}

@keyframes ripple2 {
    100% {
        width: 1rem;
        height: 1rem
    }
}

@-webkit-keyframes ripple3 {
    100% {
        width: 1.5rem;
        height: 1.5rem
    }
}

@-moz-keyframes ripple3 {
    100% {
        width: 1.5rem;
        height: 1.5rem
    }
}

@keyframes ripple3 {
    100% {
        width: 1.5rem;
        height: 1.5rem
    }
}

@-webkit-keyframes ripple4 {
    100% {
        width: 2rem;
        height: 2rem
    }
}

@-moz-keyframes ripple4 {
    100% {
        width: 2rem;
        height: 2rem
    }
}

@keyframes ripple4 {
    100% {
        width: 2rem;
        height: 2rem
    }
}

@-webkit-keyframes ripple5 {
    100% {
        width: 2.5rem;
        height: 2.5rem
    }
}

@-moz-keyframes ripple5 {
    100% {
        width: 2.5rem;
        height: 2.5rem
    }
}

@keyframes ripple5 {
    100% {
        width: 2.5rem;
        height: 2.5rem
    }
}

@-webkit-keyframes ripple6 {
    100% {
        width: 3rem;
        height: 3rem
    }
}

@-moz-keyframes ripple6 {
    100% {
        width: 3rem;
        height: 3rem
    }
}

@keyframes ripple6 {
    100% {
        width: 3rem;
        height: 3rem
    }
}

@-webkit-keyframes ripple7 {
    100% {
        width: 3.5rem;
        height: 3.5rem
    }
}

@-moz-keyframes ripple7 {
    100% {
        width: 3.5rem;
        height: 3.5rem
    }
}

@keyframes ripple7 {
    100% {
        width: 3.5rem;
        height: 3.5rem
    }
}

@-webkit-keyframes ripple8 {
    100% {
        width: 4rem;
        height: 4rem
    }
}

@-moz-keyframes ripple8 {
    100% {
        width: 4rem;
        height: 4rem
    }
}

@keyframes ripple8 {
    100% {
        width: 4rem;
        height: 4rem
    }
}

@-webkit-keyframes ripple9 {
    100% {
        width: 4.5rem;
        height: 4.5rem
    }
}

@-moz-keyframes ripple9 {
    100% {
        width: 4.5rem;
        height: 4.5rem
    }
}

@keyframes ripple9 {
    100% {
        width: 4.5rem;
        height: 4.5rem
    }
}

.index-project-more {
    position: absolute;
    top: 66.6%;
    right: 0;
    width: 50%;
    padding-top: 19.27083%;
    background-image: url(../images/index-more-bg_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.index-project-more .div {
    position: absolute;
    left: 12.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    text-align: center
}

.index-project-more h3 {
    margin-bottom: 65px;
    font-size: .15rem;
    color: #fff
}

.index-project-more em {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: .18rem;
    color: #fff
}

.index-project-more .i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border: .1rem solid #fff;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: .05
}

.index-project-more .i:nth-child(1) {
    border: 0
}

.index-project-more .i:nth-child(2) {
    width: .5rem;
    height: .5rem
}

.index-project-more .i:nth-child(3) {
    width: 1rem;
    height: 1rem
}

.index-project-more .i:nth-child(4) {
    width: 1.5rem;
    height: 1.5rem
}

.index-project-more .i:nth-child(5) {
    width: 2rem;
    height: 2rem
}

.index-project-more .i:nth-child(6) {
    width: 2.5rem;
    height: 2.5rem
}

.index-project-more .i:nth-child(7) {
    width: 3rem;
    height: 3rem
}

.index-project-more .i:nth-child(8) {
    width: 3.5rem;
    height: 3.5rem
}

.index-project-more .i:nth-child(9) {
    width: 4rem;
    height: 4rem
}

.index-project-more:hover .i:nth-child(1) {
    -webkit-animation: ripple1 .4s infinite linear;
    -moz-animation: ripple1 .4s infinite linear;
    animation: ripple1 .4s infinite linear
}

.index-project-more:hover .i:nth-child(2) {
    -webkit-animation: ripple2 .4s infinite linear;
    -moz-animation: ripple2 .4s infinite linear;
    animation: ripple2 .4s infinite linear
}

.index-project-more:hover .i:nth-child(3) {
    -webkit-animation: ripple3 .4s infinite linear;
    -moz-animation: ripple3 .4s infinite linear;
    animation: ripple3 .4s infinite linear
}

.index-project-more:hover .i:nth-child(4) {
    -webkit-animation: ripple4 .4s infinite linear;
    -moz-animation: ripple4 .4s infinite linear;
    animation: ripple4 .4s infinite linear
}

.index-project-more:hover .i:nth-child(5) {
    -webkit-animation: ripple5 .4s infinite linear;
    -moz-animation: ripple5 .4s infinite linear;
    animation: ripple5 .4s infinite linear
}

.index-project-more:hover .i:nth-child(6) {
    -webkit-animation: ripple6 .4s infinite linear;
    -moz-animation: ripple6 .4s infinite linear;
    animation: ripple6 .4s infinite linear
}

.index-project-more:hover .i:nth-child(7) {
    -webkit-animation: ripple7 .4s infinite linear;
    -moz-animation: ripple7 .4s infinite linear;
    animation: ripple7 .4s infinite linear
}

.index-project-more:hover .i:nth-child(8) {
    -webkit-animation: ripple8 .4s infinite linear;
    -moz-animation: ripple8 .4s infinite linear;
    animation: ripple8 .4s infinite linear
}

.index-project-more:hover .i:nth-child(9) {
    -webkit-animation: ripple9 .4s infinite linear;
    -moz-animation: ripple9 .4s infinite linear;
    animation: ripple9 .4s infinite linear
}

.index-project-title {
    position: absolute;
    top: 16%;
    left: 27%
}

@media (min-width: 1260px) {
    .index-project-title {
        max-width: 46%
    }
}

.index-project-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff
}

.index-project-title p {
    font-size: 15px;
    color: #fff
}

@media (max-width: 1260px) {
    .index-project {
        background-size: 100% auto;
        padding-top: 6.2rem
    }

    .index-project-title {
        width: 2.975rem;
        top: .39rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    .index-project-title h2 {
        font-size: .18rem;
        margin-bottom: .06rem
    }

    .index-project-title p {
        font-size: .11rem;
        line-height: .15rem
    }

    .index-project-more {
        top: auto;
        bottom: 0;
        width: 100%;
        padding-top: .85rem
    }

    .index-project-more .div {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .index-project-more h3 {
        margin-bottom: .13rem
    }

    .index-project .project-item {
        width: 50%;
        padding-top: 1.4rem
    }

    .index-project .project-item h4 {
        margin: .1rem 0 .03rem
    }

    .index-project .project-item p {
        font-size: .11rem
    }

    .index-project .project-item:nth-child(1) {
        top: 1.15rem;
        right: auto;
        left: 0
    }

    .index-project .project-item:nth-child(2) {
        top: 1.15rem;
        right: 0
    }

    .index-project .project-item:nth-child(3) {
        top: 2.55rem;
        right: auto;
        left: 0;
        border-left: 0;
        background-color: #01a5a1
    }

    .index-project .project-item:nth-child(3) .item span {
        color: #01a5a1;
        background-color: #fff
    }

    .index-project .project-item:nth-child(3) .item h4,
    .index-project .project-item:nth-child(3) .item p {
        color: #fff
    }

    .index-project .project-item:nth-child(3) .item p {
        opacity: .65
    }

    .index-project .project-item:nth-child(4) {
        top: 2.55rem;
        right: 0
    }

    .index-project .project-item:nth-child(5) {
        top: auto;
        bottom: .85rem;
        left: 0
    }

    .index-project .project-item:nth-child(6) {
        top: auto;
        bottom: .85rem;
        left: auto;
        right: 0
    }
}

.index-case {
    position: relative;
    padding: 90px 7.36842% 120px;
    background-image: url(../images/index-bg2_02.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    background-color: #ececec
}

.index-case .swiper-slide {
    width: 13.71951%
}

.index-case .swiper-slide a {
    display: block
}

.index-case .swiper-slide .img-box {
    position: relative;
    padding-top: 66.66667%;
    overflow: hidden
}

.index-case .swiper-slide .info-box {
    text-align: center
}

.index-case .swiper-slide .info-box h5 {
    margin: 20px 0 10px;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.index-case .swiper-slide .info-box p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.index-case .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.index-case .swiper-slide img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.index-case .swiper-button-next:after,
.index-case .swiper-button-prev:after {
    content: '\e64e';
    font-family: "iconfont";
    color: #01a6a0;
    font-size: 45px
}

.index-case .swiper-button-next {
    width: auto;
    height: auto;
    outline: none;
    right: 4.16667%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.index-case .swiper-button-prev {
    width: auto;
    height: auto;
    outline: none;
    left: 4.16667%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.index-case .more {
    bottom: 70px
}

@media (max-width: 1580px) {

    .index-case .swiper-button-next::after,
    .index-case .swiper-button-prev::after {
        font-size: 30px
    }
}

@media (max-width: 1260px) {
    .index-case {
        padding: .25rem 0.14rem .725rem;
        background-image: url(../images/indexm-bg2_03.jpg)
    }

    .index-case .index-title {
        margin-bottom: .26rem
    }

    .index-case .swiper-slide {
        width: 48.25%
    }

    .index-case .swiper-slide .info-box h5 {
        margin: .11rem 0 .07rem;
        font-size: .13rem
    }

    .index-case .swiper-slide .info-box p {
        font-size: .12rem;
        line-height: .15rem;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }

    .index-case .swiper-button-prev {
        left: .19rem
    }

    .index-case .swiper-button-next {
        right: .19rem
    }

    .index-case .swiper-button-next,
    .index-case .swiper-button-prev {
        top: 45%
    }

    .index-case .swiper-button-next::after,
    .index-case .swiper-button-prev::after {
        font-size: .18rem
    }

    .index-case .more {
        bottom: .45rem
    }
}

@media (max-width: 750px) {

    .index-case .swiper-button-next,
    .index-case .swiper-button-prev {
        top: 50%
    }
}

.index-new {
    position: relative;
    padding: 85px 0 115px
}

.index-new .new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.index-new .new-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 55px 0 45px;
    width: 61.66667%;
    background-image: url(../images/index-bg3_03.png);
    background-repeat: no-repeat;
    background-size: cover
}

.index-new .new-left ul {
    width: 100%
}

.index-new .new-left li:first-child a {
    border-top: 0
}

.index-new .new-left a {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0 15px 34px;
    font-size: 14px;
    color: #666;
    border-top: 1px dashed #c5c5c5
}

.index-new .new-left a span {
    max-width: 85%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.index-new .new-left a span:nth-child(1) {
    float: left
}

.index-new .new-left a span:nth-child(2) {
    float: right
}

.index-new .new-left a:hover {
    color: #00ada9
}

.index-new .new-left a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: .03rem solid transparent;
    border-left: .045rem solid #01a5a1;
    border-right: 0;
    border-bottom: .03rem solid transparent
}

.index-new #new-swiper {
    width: 38.33333%
}

.index-new #new-swiper .img-box {
    display: block;
    padding-top: 60%;
    position: relative;
    overflow: hidden
}

.index-new #new-swiper .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.index-new #new-swiper .img-box h6 {
    position: absolute;
    left: 5.21739%;
    right: 17.3913%;
    bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.index-new #new-swiper .img-box img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.index-new #new-swiper .img-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.index-new #new-swiper .shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/index-yy_03.png);
    background-size: cover
}

.index-new #new-swiper .swiper-pagination {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 18px;
    text-align: right
}

.index-new #new-swiper .swiper-pagination-bullet {
    margin: 0 4px !important;
    width: .05rem;
    height: .05rem;
    outline: none;
    background-color: #fff;
    opacity: 1
}

.index-new #new-swiper .swiper-pagination-bullets {
    bottom: 16px !important
}

.index-new #new-swiper .swiper-pagination-bullet-active {
    background-color: #00ada9
}

.index-new .more {
    bottom: 60px
}

@media (max-width: 1380px) {
    .index-new .new-left a {
        padding: 13px 0 13px 34px
    }
}

@media (max-width: 1260px) {
    .index-new {
        padding: .25rem 0 .425rem
    }

    .index-new .new {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .index-new .new-left {
        width: 100%;
        padding: 0 .09rem
    }

    .index-new .new-left a {
        padding: .1rem 0 .1rem .1rem
    }

    .index-new .new-left a span:nth-child(1) {
        font-size: .13rem;
        max-width: 75%
    }

    .index-new .new-left a span:nth-child(2) {
        font-size: .11rem
    }

    .index-new #new-swiper {
        width: 100%
    }

    .index-new #new-swiper .img-box h6 {
        left: .08rem;
        right: .08rem;
        font-size: .12rem;
        bottom: .25rem;
        text-align: center
    }

    .index-new #new-swiper .swiper-pagination {
        padding-right: 0;
        text-align: center
    }

    .index-new #new-swiper .swiper-pagination-bullets {
        bottom: .125rem !important
    }

    .index-new .more {
        bottom: .25rem
    }
}

/* Mobile styles for notification bar with scrolling animation */
@media (max-width: 768px) {
    .top-notice-bar {
        height: 32px;
        padding: 0 15px;
        overflow: hidden;
    }
    
    .notice-content {
        font-size: 13px;
        line-height: 32px;
        white-space: nowrap;
        position: relative;
        display: inline-block;
        padding-left: 100%;
        animation: scroll-text 20s linear infinite;
    }
    
    .typewriter-text {
        display: inline-block;
    }
    
    .cursor {
        display: none;
    }
    
    @keyframes scroll-text {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%);
        }
    }
}

@media (max-width: 480px) {
    .top-notice-bar {
        height: 32px;
        padding: 0 10px;
    }
    
    .notice-content {
        font-size: 12px;
        line-height: 32px;
        animation: scroll-text 15s linear infinite;
    }
}

/*# sourceMappingURL=maps/style.css.map */

/*# sourceMappingURL=maps/style.css.map */